home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TNEWFOLDERDLG / TNEWFOLDERDLG.txt
Text File  |  2005-06-02  |  2KB  |  82 lines

  1. object NewFolderDlg: TNewFolderDlg
  2.   Left = 274
  3.   Top = 378
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Nouveau dossier'
  7.   ClientHeight = 151
  8.   ClientWidth = 219
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 37
  24.     Height = 13
  25.     Caption = 'Cr'#233'er :'
  26.   end
  27.   object Prompt: TLabel
  28.     Left = 16
  29.     Top = 64
  30.     Width = 65
  31.     Height = 13
  32.     Caption = 'Dans ce dossier :'
  33.   end
  34.   object LtContainerLabel: TLabel
  35.     Left = 24
  36.     Top = 80
  37.     Width = 185
  38.     Height = 13
  39.     AutoSize = False
  40.     Caption = '%'
  41.     ShowAccelChar = False
  42.   end
  43.   object RtContainerLabel: TLabel
  44.     Left = 24
  45.     Top = 96
  46.     Width = 185
  47.     Height = 13
  48.     AutoSize = False
  49.     Caption = '%'
  50.     ShowAccelChar = False
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 16
  54.     Top = 32
  55.     Width = 185
  56.     Height = 21
  57.     TabOrder = 0
  58.     OnChange = Edit1Change
  59.   end
  60.   object OKBtn: TBitBtn
  61.     Left = 32
  62.     Top = 120
  63.     Width = 73
  64.     Height = 23
  65.     Caption = 'OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 1
  69.     OnClick = OKBtnClick
  70.   end
  71.   object CancelBtn: TBitBtn
  72.     Left = 112
  73.     Top = 120
  74.     Width = 73
  75.     Height = 23
  76.     Cancel = True
  77.     Caption = 'Annuler'
  78.     ModalResult = 2
  79.     TabOrder = 2
  80.   end
  81. end
  82.